home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  136 b   |  9 lines

  1. on(release){
  2.    set("../:SetPuzzle","1");
  3.    set("../:Pyramid","1");
  4.    tellTarget("../")
  5.    {
  6.       gotoAndStop("Set");
  7.    }
  8. }
  9.